PushNodesByBackendIdsToFrontendRequest
data class PushNodesByBackendIdsToFrontendRequest(backendNodeIds: List<BackendNodeId>)
Content copied to clipboard
Represents request frame that can be used with DOM#pushNodesByBackendIdsToFrontend operation call.
Requests that a batch of nodes is sent to the caller given their backend node ids.
See also
Constructors
PushNodesByBackendIdsToFrontendRequest
Link copied to clipboard
fun PushNodesByBackendIdsToFrontendRequest(backendNodeIds: List<BackendNodeId>)
Content copied to clipboard